home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / h44fix.arc / H44FIX.DOC next >
Text File  |  1991-04-10  |  2KB  |  31 lines

  1.  
  2.  
  3.                                       H44FIX.EXE
  4.  
  5.           With the release of Telix 3.15 a bug in HOST44.SLC was uncovered,
  6.           this bug  is in the user  save routine and causes  HOST44 to save
  7.           the user information incorrectly.  This caused a problem with new
  8.           users logging on  (it never recognized a new user)  and a problem
  9.           with the updating of already current users.  This bug was because
  10.           HOST44 opened the user data file  in append mode.  Telix 3.12 was
  11.           written  in Zortech  C++  which apparently  did  not enforce  the
  12.           append mode of operation, with the subsequent change to MicroSoft
  13.           C++ in Telix  3.15 the  append mode was  strictly enforced,  thus
  14.           causing a bug in saving the user data.
  15.  
  16.           Another bug in HOST44 was  the Archive configuration section that
  17.           did  not allow you (the  operator) to change  any of the existing
  18.           archive formats, nor successfully add new formats.
  19.  
  20.           H44FIX.EXE  will fix the problem  in HOST44 by  patching the mode
  21.           from append to read/write.   As well, it will  patch H44UTILS.SLC
  22.           to fix the archive save bug.  To run H44FIX.EXE, place H44FIX.EXE
  23.           into your  Telix directory and run it.  H44FIX will then make the
  24.           changes to both HOST44.SLC  and H44UTILS.SLC.  Once you  have run
  25.           H44FIX.EXE it is no longer required and may be erased.
  26.  
  27.           For  those who were using HOST44.SLC with Telix 3.12 and upgraded
  28.           to Telix  3.15, you can  remove the extraneous  data in the  user
  29.           file by simply running the user compressor.
  30.  
  31.